﻿2026-06-21T04:47:51.9127352Z ##[group]Run actions/checkout@v5
2026-06-21T04:47:51.9128167Z with:
2026-06-21T04:47:51.9128586Z   repository: SaberMage/spt-core
2026-06-21T04:47:51.9132412Z   token: ***
2026-06-21T04:47:51.9132806Z   ssh-strict: true
2026-06-21T04:47:51.9133193Z   ssh-user: git
2026-06-21T04:47:51.9133689Z   persist-credentials: true
2026-06-21T04:47:51.9134127Z   clean: true
2026-06-21T04:47:51.9134534Z   sparse-checkout-cone-mode: true
2026-06-21T04:47:51.9134997Z   fetch-depth: 1
2026-06-21T04:47:51.9135387Z   fetch-tags: false
2026-06-21T04:47:51.9135788Z   show-progress: true
2026-06-21T04:47:51.9136190Z   lfs: false
2026-06-21T04:47:51.9136565Z   submodules: false
2026-06-21T04:47:51.9137009Z   set-safe-directory: true
2026-06-21T04:47:51.9137675Z ##[endgroup]
2026-06-21T04:47:51.9949898Z Syncing repository: SaberMage/spt-core
2026-06-21T04:47:51.9951535Z ##[group]Getting Git version info
2026-06-21T04:47:51.9952264Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T04:47:51.9953340Z [command]/usr/bin/git version
2026-06-21T04:47:52.0001106Z git version 2.43.0
2026-06-21T04:47:52.0018325Z ##[endgroup]
2026-06-21T04:47:52.0029573Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0428d5b1-e272-45cd-a22a-933e60c16214' before making global git config changes
2026-06-21T04:47:52.0030878Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T04:47:52.0032738Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T04:47:52.0065464Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T04:47:52.0084732Z https://github.com/SaberMage/spt-core
2026-06-21T04:47:52.0095106Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T04:47:52.0097516Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T04:47:52.0117086Z HEAD
2026-06-21T04:47:52.0145237Z ##[endgroup]
2026-06-21T04:47:52.0145909Z [command]/usr/bin/git submodule status
2026-06-21T04:47:52.0326404Z ##[group]Cleaning the repository
2026-06-21T04:47:52.0328361Z [command]/usr/bin/git clean -ffdx
2026-06-21T04:47:52.7945940Z Removing target/
2026-06-21T04:47:52.7954400Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T04:47:52.8083889Z HEAD is now at d84e16438 Merge bfe760e24820443a34062b37fc797a3cc1e2a489 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T04:47:52.8091100Z ##[endgroup]
2026-06-21T04:47:52.8093081Z ##[group]Disabling automatic garbage collection
2026-06-21T04:47:52.8096640Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T04:47:52.8123659Z ##[endgroup]
2026-06-21T04:47:52.8125009Z ##[group]Setting up auth
2026-06-21T04:47:52.8128520Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T04:47:52.8155836Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T04:47:52.8362597Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T04:47:52.8388770Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T04:47:52.8573633Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T04:47:52.8600163Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T04:47:52.8785314Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T04:47:52.8816060Z ##[endgroup]
2026-06-21T04:47:52.8817986Z ##[group]Fetching the repository
2026-06-21T04:47:52.8823358Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d84e164388231e3e637a9015b1771a01bd20c840:refs/remotes/pull/26/merge
2026-06-21T04:47:53.4112829Z ##[endgroup]
2026-06-21T04:47:53.4114729Z ##[group]Determining the checkout info
2026-06-21T04:47:53.4116822Z ##[endgroup]
2026-06-21T04:47:53.4117993Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T04:47:53.4192754Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T04:47:53.4217409Z ##[group]Checking out the ref
2026-06-21T04:47:53.4218849Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-21T04:47:53.4261153Z HEAD is now at d84e16438 Merge bfe760e24820443a34062b37fc797a3cc1e2a489 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T04:47:53.4265468Z ##[endgroup]
2026-06-21T04:47:53.4295996Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T04:47:53.4318503Z d84e164388231e3e637a9015b1771a01bd20c840
